home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
msdos
/
fractal
/
iterat31
/
coscos.frm
< prev
next >
Wrap
Text File
|
1993-09-12
|
207b
|
23 lines
;Iterate! formula file
;by Brent Hugh
;parameter and window defaults
a = 2
b = 2
c = 1
d = 1
mu = 0
xmin = -1
xmax = 2
ymin = -.5
ymax = 1.5
x = cos(a*y)
y = cos(b*x)